home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000208_jaltman@watsun.cc.columbia.edu_Sun Jun 17 14:20:28 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 12526 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: My kermit locks up under Linux 7.1 - any suggestions?
  6. Date: 13 Jun 2001 04:12:13 GMT
  7. Organization: Columbia University
  8. Lines: 31
  9. Message-ID: <9g6p6t$tu$1@newsmaster.cc.columbia.edu>
  10. References: <hWxV6.93$Wt2.11949@e420r-sjo2.usenetserver.com> <9g6hgh$ouu$1@newsmaster.cc.columbia.edu> <L6BV6.4920$o4.198044@e420r-atl1.usenetserver.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 992405533 958 128.59.39.2 (13 Jun 2001 04:12:13 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Jun 2001 04:12:13 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12526
  16.  
  17. In article <L6BV6.4920$o4.198044@e420r-atl1.usenetserver.com>,
  18. Michael Barton <mgb@cyberdude.com> wrote:
  19. : #0  0x401b590e in __select () from /lib/i686/libc.so.6
  20. : #1  0xbfffe290 in ?? ()
  21. : #2  0x0808b6bb in doconect ()
  22. : #3  0x080be72e in setlin ()
  23. : #4  0x080d5ef3 in docmd ()
  24. : #5  0x0809e3c3 in parser ()
  25. : #6  0x0804b72a in doicp ()
  26. : #7  0x080e6d90 in cc_execute ()
  27. : #8  0x0804c83e in main ()
  28. : #9  0x400f1177 in __libc_start_main (main=0x804bfec <main>, argc=1,
  29. :     ubp_av=0xbffff8fc, init=0x804a28c <_init>, fini=0x811e300 <_fini>,
  30. :     rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff8ec)
  31. :     at ../sysdeps/generic/libc-start.c:129
  32. : I'll re-compile with -g and post more info...
  33. : Michael
  34.  
  35. Let's take this off the newsgroup.  Please send additional info
  36. directly to kermit-support@columbia.edu.
  37.  
  38. This appears to indicate that the stack below the doconect() call has
  39. been overwritten by something that eventually called __select().
  40.  
  41.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  42.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  43.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  44.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  45.